* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 28 Feb 2024 19:38:02 +0000 (20:38 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 28 Feb 2024 19:44:24 +0000 (20:44 +0100)
lisp/emacs-lisp/comp.el

index ae964b041d0d1c497d5333a2063a6a0527f740c3..21e2bb01ed053abb1fd340ae7c77a65532bcb369 100644 (file)
@@ -220,6 +220,7 @@ Useful to hook into pass checkers.")
     (sequencep           . sequence)
     (stringp             . string)
     (subrp               . subr)
+    (symbol-with-pos-p   . symbol-with-pos)
     (symbolp             . symbol)
     (vectorp             . vector)
     (windowp             . window))